#include <deDriver.hpp>
Public Attributes | |
| long | Adapter |
| adapter number | |
| long | Width |
| the width of the display | |
| long | Height |
| the height | |
| HMONITOR | MonitorHandle |
| the handle to the attached monitor | |
| BPP | BackBpp |
| the BPP format for the backbuffer/rendertarget | |
| BPP | FrontBpp |
| the BPP format for the actual display | |
| ZPP | Zpp |
| the Z-buffer format for the display | |
| long | ZDepth |
| bit-depth for the depth channel | |
| long | StencilDepth |
| bit-depth for the stencil channel | |
| long | RefreshRate |
| the refresh rate of the screen, in Hertz | |
| long | FSAASamples |
| number of anti-aliasing samples to take per screen pixel | |
| deBoolean | TripleBuffer |
| enable triple-buffering, which can alleviate frame timing issues with VSync enabled. | |
| deBoolean | Windowed |
| false for full-screen, true for windowed | |
| deBoolean | IgnoreVSync |
| set to true to disable v-sync | |
|
|
adapter number
|
|
|
the BPP format for the backbuffer/rendertarget
|
|
|
the BPP format for the actual display
|
|
|
number of anti-aliasing samples to take per screen pixel
|
|
|
the height
|
|
|
set to true to disable v-sync
|
|
|
the handle to the attached monitor
|
|
|
the refresh rate of the screen, in Hertz
|
|
|
bit-depth for the stencil channel
|
|
|
enable triple-buffering, which can alleviate frame timing issues with VSync enabled.
|
|
|
the width of the display
|
|
|
false for full-screen, true for windowed
|
|
|
bit-depth for the depth channel
|
|
|
the Z-buffer format for the display
|
1.3-rc3